FLOOR Function
Modified on 2011/07/22 07:11 by Chad Lowe (CTS) — Categorized as: Uncategorized
FLOOR( <
value
> )
¶
Computes the nearest smaller integer to the value.
Function Parameters
Parameter
Description
<
value
>
The value to compute.
Examples:
FLOOR(5.8)
Evaluates to 5
FLOOR(-5.8)
Evaluates to -6
Back to the Scripting Function Reference